home *** CD-ROM | disk | FTP | other *** search
/ Alpha CD-ROM Bonus Pack / Alpha CD-ROM Bonus Pack.iso / life / life11.dir / 00065.ls < prev    next >
Encoding:
Text File  |  1995-01-18  |  105 b   |  9 lines

  1. on exitFrame
  2.   set t to the timer
  3.   if t < 1060 then
  4.     go(the frame)
  5.   else
  6.     nothing()
  7.   end if
  8. end
  9.